﻿2026-08-18T23:22:13.0484845Z ##[group]Run actions/checkout@v5
2026-08-18T23:22:13.0485541Z with:
2026-08-18T23:22:13.0485904Z   repository: BigscreenVR/spt-bs-core
2026-08-18T23:22:13.0488796Z   token: ***
2026-08-18T23:22:13.0489231Z   ssh-strict: true
2026-08-18T23:22:13.0489579Z   ssh-user: git
2026-08-18T23:22:13.0489917Z   persist-credentials: true
2026-08-18T23:22:13.0490283Z   clean: true
2026-08-18T23:22:13.0490632Z   sparse-checkout-cone-mode: true
2026-08-18T23:22:13.0491029Z   fetch-depth: 1
2026-08-18T23:22:13.0491353Z   fetch-tags: false
2026-08-18T23:22:13.0491689Z   show-progress: true
2026-08-18T23:22:13.0492021Z   lfs: false
2026-08-18T23:22:13.0492336Z   submodules: false
2026-08-18T23:22:13.0492675Z   set-safe-directory: true
2026-08-18T23:22:13.0493051Z   allow-unsafe-pr-checkout: false
2026-08-18T23:22:13.0493639Z ##[endgroup]
2026-08-18T23:22:13.1288128Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T23:22:13.1289674Z ##[group]Getting Git version info
2026-08-18T23:22:13.1290361Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T23:22:13.1291286Z [command]/usr/bin/git version
2026-08-18T23:22:13.1291666Z git version 2.43.0
2026-08-18T23:22:13.1299454Z ##[endgroup]
2026-08-18T23:22:13.1306946Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d9057c51-4d55-4315-9897-063ed68bfb3b/.gitconfig'
2026-08-18T23:22:13.1314755Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d9057c51-4d55-4315-9897-063ed68bfb3b' before making global git config changes
2026-08-18T23:22:13.1315975Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T23:22:13.1317703Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T23:22:13.1349458Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T23:22:13.1370832Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T23:22:13.1382439Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T23:22:13.1385141Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T23:22:13.1404999Z refs/heads/diag/pump-188-w7-courtesy-barrier
2026-08-18T23:22:13.1411718Z [command]/usr/bin/git checkout --detach
2026-08-18T23:22:13.1492859Z HEAD is now at c3ac672aa test(nameplate): await surfaced courtesies
2026-08-18T23:22:13.1562853Z [command]/usr/bin/git branch --delete --force diag/pump-188-w7-courtesy-barrier
2026-08-18T23:22:13.1594829Z Deleted branch diag/pump-188-w7-courtesy-barrier (was c3ac672aa).
2026-08-18T23:22:13.1706961Z ##[endgroup]
2026-08-18T23:22:13.1710981Z [command]/usr/bin/git submodule status
2026-08-18T23:22:13.1896216Z ##[group]Cleaning the repository
2026-08-18T23:22:13.1898860Z [command]/usr/bin/git clean -ffdx
2026-08-18T23:22:14.4466827Z Removing .adapter-notify/
2026-08-18T23:22:14.4467803Z Removing target/
2026-08-18T23:22:14.4476176Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T23:22:14.4541333Z HEAD is now at c3ac672aa test(nameplate): await surfaced courtesies
2026-08-18T23:22:14.4547957Z ##[endgroup]
2026-08-18T23:22:14.4549178Z ##[group]Disabling automatic garbage collection
2026-08-18T23:22:14.4552198Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T23:22:14.4574565Z ##[endgroup]
2026-08-18T23:22:14.4575547Z ##[group]Setting up auth
2026-08-18T23:22:14.4579703Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T23:22:14.4605673Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-18T23:22:14.4799241Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T23:22:14.4825226Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-18T23:22:14.5008322Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T23:22:14.5032907Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T23:22:14.5215192Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T23:22:14.5251252Z ##[endgroup]
2026-08-18T23:22:14.5252273Z ##[group]Fetching the repository
2026-08-18T23:22:14.5257094Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c3ac672aac5524b550c37fc33df80eb9e30a1293:refs/remotes/origin/diag/pump-188-w7-courtesy-barrier
2026-08-18T23:22:14.9531231Z ##[endgroup]
2026-08-18T23:22:14.9532732Z ##[group]Determining the checkout info
2026-08-18T23:22:14.9534117Z ##[endgroup]
2026-08-18T23:22:14.9534783Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T23:22:14.9573613Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T23:22:14.9594985Z ##[group]Checking out the ref
2026-08-18T23:22:14.9597024Z [command]/usr/bin/git checkout --progress --force -B diag/pump-188-w7-courtesy-barrier refs/remotes/origin/diag/pump-188-w7-courtesy-barrier
2026-08-18T23:22:14.9656435Z Switched to a new branch 'diag/pump-188-w7-courtesy-barrier'
2026-08-18T23:22:14.9658481Z branch 'diag/pump-188-w7-courtesy-barrier' set up to track 'origin/diag/pump-188-w7-courtesy-barrier'.
2026-08-18T23:22:14.9663424Z ##[endgroup]
2026-08-18T23:22:14.9697282Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T23:22:14.9721544Z c3ac672aac5524b550c37fc33df80eb9e30a1293
